go/types.nodeSet.add (method)
5 uses
go/types (current package)
initorder.go#L196: func (s *nodeSet) add(p *graphNode) {
initorder.go#L225: n.succ.add(d)
initorder.go#L226: d.pred.add(n)
initorder.go#L264: p.succ.add(s)
initorder.go#L265: s.pred.add(p)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)